home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_q / quiz110.zip / QUIZ3.BAT < prev    next >
DOS Batch File  |  1992-05-03  |  437b  |  14 lines

  1. echo off
  2. cls
  3. echo This is  an  example  of  using  a batch file  (.BAT) to start
  4. echo Create A Quiz  (QUIZ.EXE)  and  instruct  the  program to EXIT
  5. echo AUTOMATICALLY after five (5) minutes of play time have elapsed.
  6. echo.
  7. echo The command line instruction is: QUIZ TIMEOUT=5 [ENTER]
  8. echo.
  9. echo See other  .BAT files on this disk or .DOC file for additional 
  10. echo command line parameter options.
  11. echo.
  12. pause
  13. QUIZ TIMEOUT=5
  14.